Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

CacheItem<T> Constructor(String,T)






Unique identifier for this cache entry. This value will be stored in Key.
The data for this cache entry. This value will be stored in Value.
Initializes a new instance of CacheItem with the specified key and value.
Syntax
public CacheItem<T>( 
   string key,
   T value
)
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal value As T _
)
'Usage
 
Dim key As String
Dim value As T
 
Dim instance As New CacheItem(Of T)(key, value)
public CacheItem(String key, T value)
            
public:
CacheItem<T>( 
   String^ key,
   T^ value
)

Parameters

key
Unique identifier for this cache entry. This value will be stored in Key.
value
The data for this cache entry. This value will be stored in Value.
Requirements

Target Platforms

See Also

Reference

CacheItem<T> Class
CacheItem<T> Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features